emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
SimdSet.this
containers
simdset
SimdSet
No default construction if an allocator must be provided.
this
()
struct
SimdSet
(T, Allocator = Mallocator)
@
disable
static if
(
stateSize!Allocator != 0
)
this
(
)
if
(
T.sizeof
== 1 ||
T.sizeof
== 2
||
T.sizeof
== 4
||
T.sizeof
== 8
)
this
(Allocator allocator)
Meta
Source
See Implementation
containers
simdset
SimdSet
aliases
insertAnywhere
put
constructors
this
destructors
~this
functions
clear
contains
insert
length
opBinaryRight
opOpAssign
opSlice
remove
postblits
this(this)
No default construction if an allocator must be provided.